RAPM (Regularized Adjusted Plus-Minus) estimates each player's individual contribution to point differential per 100 possessions. Unlike raw plus-minus, RAPM uses ridge regression across all lineup stints to de-confound players who frequently play together.
ORAPM (Offensive): Measures offensive contribution - how much a player helps their team score, adjusted for opponent defense quality.
DRAPM (Defensive): Measures defensive contribution - how much a player helps prevent opponent scoring. Calculated as Total RAPM minus ORAPM.
RAPM Adj.: RAPM smooths the huge volatility of raw plus-minus by pooling thousands of stints, while also deconfounding who played with whom. Even so, short samples are still noisy and should be treated cautiously.
Adj. RAPM uses our 3PT shot expectation model so that hot/cold three-point variance is muted. That can let more signal show through in short samples, but over longer samples the adjusted and raw RAPM should largely converge.
Alpha: The ridge regularization strength. Lower alpha means less smoothing (more variance), which can make the 3PT adjustment do more of the “smoothing” in a more informative way. Small-sample RAPM is still limited in reliability regardless of alpha.
| # | Player | Team | Min | RAPM Adj | ORAPM Adj | DRAPM Adj | RAPM Raw | ORAPM Raw | DRAPM Raw |
|---|
Generated from stint-level data with ridge regression. All values per 100 possessions.